home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Flexible Writing Planner / card_11860.txt < prev    next >
Text File  |  1990-04-02  |  21KB  |  828 lines

  1. -- card: 11860 from stack: in
  2. -- bmap block id: 12079
  3. -- flags: 0000
  4. -- background id: 2602
  5. -- name: Organize Ideas
  6. ----- HyperTalk script -----
  7. on mousestilldown
  8.   global mode
  9.   if "card field" is in the name of the target and mode is "arrange boxes" then
  10.     set loc of target to the mouseloc
  11.     if target contains "drag me" then put empty into target
  12.   end if
  13. end mousestilldown
  14.  
  15. on mouseUp
  16.   if "card field" is in the name of the target then
  17.     global mode,link1,link2,links,lineColor
  18.     if mode is "draw a link" or mode is "erase a link" then
  19.       set the cursor to watch
  20.       add 1 to links
  21.       if links is 1 then
  22.         put loc of target into link1
  23.         set rect of card button "hilite" to rect of target
  24.         show card button "hilite"
  25.         exit mouseUp
  26.       end if
  27.       if links is 2 then
  28.         put loc of target into link2
  29.         set rect of card button "hilite" to rect of target
  30.         show card button "hilite"
  31.         choose line tool
  32.         get the pattern
  33.         set the pattern to lineColor
  34.         set dragspeed to 300
  35.         drag from link1 to link2 with optionKey
  36.         choose browse tool
  37.         put 0 into links
  38.         hide card button "hilite"
  39.         exit mouseUp
  40.       end if
  41.       put 0 into links
  42.     end if
  43.     if target contains "drag me" then put empty into target
  44.  
  45.     if mode is "delete a box" then
  46.       set rect of card button "hilite" to rect of target
  47.       show card button "hilite"
  48.       wait 30
  49.       answer "OK to DELETE the highlighted box?" with "OK" or "Cancel"
  50.       if it is "cancel" then
  51.         hide card button "hilite"
  52.         exit mouseUp
  53.       else
  54.         set cursor to watch
  55.         lock screen
  56.         get the name of target
  57.         select it
  58.         type "x" with commandKey
  59.         hide card button "hilite"
  60.         choose browse tool
  61.         unlock screen with visual dissolve slowly
  62.       end if
  63.     end if
  64.  
  65.   end if
  66. end mouseUp
  67.  
  68. on closeCard
  69.   send closeCard to this background
  70.   if visible of card button "cover" is true then
  71.     hideAll
  72.     lockFields
  73.   end if
  74.   hide card button "hilite"
  75. end closeCard
  76.  
  77. on openCard
  78.   put background field "topic" into card field "topic"
  79.   hide cd btn "print cover.1"
  80.   hide cd btn "print cover.2"
  81. end openCard
  82.  
  83.  
  84.  
  85. on hideAll
  86.   global mode
  87.   lock screen
  88.   if mode is not empty then
  89.     set hilite of card button mode to false
  90.     put empty into mode
  91.   end if
  92.   set visible of card field "instructions 1" to not visible of card field "instructions 1"
  93.   set visible of card button "Draw A Link" to not visible of card button "Draw A Link"
  94.   set visible of card button "Erase A Link" to not visible of card button "Erase A Link"
  95.   set visible of card button "cover" to not visible of card button "cover"
  96.   set visible of card button "revert" to not visible of card button "revert"
  97.   set visible of card button id 23 to not visible of card button id 23
  98.   set visible of card button "add a box" to not visible of card button "add a box"
  99.   set visible of card button "delete a box" to not visible of card button "delete a box"
  100.   set visible of card button "arrange boxes" to not visible of card button "arrange boxes"
  101.   set visible of card button "erase all links" to not visible of card button "erase all links"
  102.   set visible of card button "write in boxes" to not visible of card button "write in boxes"
  103.   set visible of card button id 89 to not visible of card button id 89
  104.   set visible of card field "write in boxes" to not visible of card field "write in boxes"
  105.   unlock screen with visual wipe right slowly
  106. end hideAll
  107.  
  108. on lockFields
  109.   repeat with i = 1 to the number of card fields
  110.     set locktext of card field i to true
  111.   end repeat
  112. end lockFields
  113.  
  114.  
  115.  
  116.  
  117.  
  118. -- part 3 (field)
  119. -- low flags: 81
  120. -- high flags: 0000
  121. -- rect: left=41 top=40 right=73 bottom=442
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 1
  125. -- font id: 3
  126. -- text size: 12
  127. -- style flags: 8192
  128. -- line height: 16
  129. -- part name: organize help
  130.  
  131.  
  132. -- part 5 (field)
  133. -- low flags: 81
  134. -- high flags: 0000
  135. -- rect: left=44 top=42 right=76 bottom=443
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 1
  139. -- font id: 3
  140. -- text size: 12
  141. -- style flags: 8192
  142. -- line height: 16
  143. -- part name: 
  144.  
  145.  
  146. -- part 6 (field)
  147. -- low flags: 81
  148. -- high flags: 0000
  149. -- rect: left=42 top=38 right=72 bottom=444
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 3
  154. -- text size: 12
  155. -- style flags: 8192
  156. -- line height: 16
  157. -- part name: 
  158.  
  159.  
  160. -- part 213 (button)
  161. -- low flags: 00
  162. -- high flags: A000
  163. -- rect: left=371 top=296 right=342 bottom=409
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 1008 / 1008
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: Print
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   answer "Be certain that the printer is ready." with "OK" or "Cancel"
  175.   if it is "cancel" then exit mouseup
  176.   lock screen
  177.   if it is "cancel" then exit mouseup
  178.   else
  179.     set cursor to watch
  180.     lock screen
  181.     show cd btn "print cover.1"
  182.     show cd btn "print cover.2"
  183.     print this card
  184.     hide cd btn "print cover.1"
  185.     hide cd btn "print cover.2"
  186.   end if
  187. end mouseUp
  188.  
  189.  
  190.  
  191. -- part 9 (field)
  192. -- low flags: 01
  193. -- high flags: 0004
  194. -- rect: left=139 top=150 right=177 bottom=330
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 0 / 0
  197. -- text alignment: 1
  198. -- font id: 3
  199. -- text size: 10
  200. -- style flags: 8448
  201. -- line height: 11
  202. -- part name: Topic
  203.  
  204.  
  205. -- part 23 (button)
  206. -- low flags: 00
  207. -- high flags: 8002
  208. -- rect: left=3 top=273 right=288 bottom=186
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 1
  212. -- font id: 3
  213. -- text size: 10
  214. -- style flags: 0
  215. -- line height: 13
  216. -- part name: Click here to modify this chart...
  217. ----- HyperTalk script -----
  218. on mouseUp
  219.   set hilite of target to true
  220.   set cursor to watch
  221.   hideAll
  222.   put return&return&"      Click on one of these buttons--->>" &return&"      to change the chart above." into card field "instructions 1"
  223.   set hilite of target to false
  224. end mouseUp
  225.  
  226.  
  227.  
  228. -- part 47 (button)
  229. -- low flags: 80
  230. -- high flags: 0001
  231. -- rect: left=0 top=291 right=342 bottom=416
  232. -- title width / last selected line: 0
  233. -- icon id / first selected line: 0 / 0
  234. -- text alignment: 1
  235. -- font id: 0
  236. -- text size: 12
  237. -- style flags: 0
  238. -- line height: 16
  239. -- part name: Cover
  240.  
  241.  
  242. -- part 57 (field)
  243. -- low flags: 81
  244. -- high flags: 0000
  245. -- rect: left=-1 top=290 right=342 bottom=191
  246. -- title width / last selected line: 0
  247. -- icon id / first selected line: 0 / 0
  248. -- text alignment: 0
  249. -- font id: 3
  250. -- text size: 9
  251. -- style flags: 0
  252. -- line height: 10
  253. -- part name: Instructions 1
  254. ----- HyperTalk script -----
  255. on mouseUp
  256. end mouseUp
  257.  
  258. on mousestilldown
  259. end mousestilldown
  260.  
  261.  
  262.  
  263. -- part 61 (button)
  264. -- low flags: 80
  265. -- high flags: 8002
  266. -- rect: left=189 top=293 right=306 bottom=259
  267. -- title width / last selected line: 0
  268. -- icon id / first selected line: 0 / 0
  269. -- text alignment: 1
  270. -- font id: 3
  271. -- text size: 9
  272. -- style flags: 0
  273. -- line height: 12
  274. -- part name: Draw A Link
  275. ----- HyperTalk script -----
  276. on mouseUp
  277.   global mode,lineColor
  278.   if mode is "Write in boxes" then lockFields
  279.   put 12 into lineColor
  280.   set linesize to 2
  281.   if mode is not empty then set hilite of card button mode to false
  282.   set hilite of target to true
  283.   put the short name of target into mode
  284.   put empty into card field "instructions 1"
  285.   wait 30
  286.   put "     DRAW A LINK INSTRUCTIONS"&return &"1. Click on any box to begin link"&return &"2. Click another box to finish one link."&return &"3. Repeat steps 1 and 2." into card field "instructions 1"
  287. end mouseUp
  288.  
  289.  
  290. -- part 62 (button)
  291. -- low flags: 80
  292. -- high flags: 8002
  293. -- rect: left=189 top=308 right=321 bottom=259
  294. -- title width / last selected line: 0
  295. -- icon id / first selected line: 0 / 0
  296. -- text alignment: 1
  297. -- font id: 3
  298. -- text size: 9
  299. -- style flags: 0
  300. -- line height: 12
  301. -- part name: Erase A Link
  302. ----- HyperTalk script -----
  303. on mouseUp
  304.   global mode,lineColor
  305.   if mode is "Write in boxes" then lockFields
  306.   put 1 into lineColor
  307.   set linesize to 8
  308.   if mode is not empty then set hilite of card button mode to false
  309.   set hilite of target to true
  310.   put the short name of target into mode
  311.   put empty into card field "instructions 1"
  312.   wait 30
  313.   put "    ERASE A LINK INSTRUCTIONS"&return &"1. Click on any box to begin erasing"&return &"2. Click another box to finish erasing."&return &"3. Repeat steps 1 and 2 as needed." &return&"(This works best if boxes aren't moved.)" into card field "instructions 1"
  314. end mouseUp
  315.  
  316.  
  317. -- part 78 (button)
  318. -- low flags: 80
  319. -- high flags: 8002
  320. -- rect: left=266 top=308 right=321 bottom=336
  321. -- title width / last selected line: 0
  322. -- icon id / first selected line: 0 / 0
  323. -- text alignment: 1
  324. -- font id: 3
  325. -- text size: 9
  326. -- style flags: 0
  327. -- line height: 12
  328. -- part name: Delete A Box
  329. ----- HyperTalk script -----
  330. on mouseUp
  331.   global mode
  332.   if mode is "Write in boxes" then lockFields
  333.   if mode is not empty then set hilite of card button mode to false
  334.   set hilite of target to true
  335.   get the short name of target
  336.   put it into mode
  337.   put empty into card field "instructions 1"
  338.   wait 30
  339.   put "       DELETE A BOX INSTRUCTIONS" &return&"1.  Click on the box to be deleted." &return&"2.  Confirm deletion of hilited box." &return&"Note: You might Erase A Link before deleting a box." into card field "instructions 1"
  340.   answer "Now click on the box that you wish to delete."
  341. end mouseUp
  342.  
  343.  
  344.  
  345. -- part 79 (button)
  346. -- low flags: 80
  347. -- high flags: 8002
  348. -- rect: left=189 top=323 right=336 bottom=259
  349. -- title width / last selected line: 0
  350. -- icon id / first selected line: 0 / 0
  351. -- text alignment: 1
  352. -- font id: 3
  353. -- text size: 9
  354. -- style flags: 0
  355. -- line height: 12
  356. -- part name: Erase All Links
  357. ----- HyperTalk script -----
  358. on mouseUp
  359.   global mode
  360.   if mode is "Write in boxes" then lockFields
  361.   if mode is not empty then set hilite of card button mode to false
  362.   set hilite of target to true
  363.   get the short name of target
  364.   put it into mode
  365.   put empty into card field "instructions 1"
  366.   wait 30
  367.   put return&"Erase All Links will erase all of the lines you have " &"draw between boxes." into card field "instructions 1"
  368.  
  369.   answer "This will erase all links in the chart." with "OK" or "Cancel"
  370.  
  371.   if it is "cancel" then
  372.     set hilite of target to false
  373.     put empty into mode
  374.     put return&return&"      Click on one of these buttons--->>" &return&"      to change the chart above." into card field "instructions 1"
  375.     exit mouseUp
  376.   end if
  377.  
  378.   set cursor to watch
  379.   lock screen
  380.   put the userlevel into savelevel
  381.   choose select tool
  382.   set dragspeed to 0
  383.   drag from 0,47 to 511,287
  384.   type "x" with commandKey
  385.   choose browse tool
  386.   set the userlevel to saveLevel
  387.   unlock screen with visual dissolve slowly
  388.   set hilite of target to false
  389.   put empty into mode
  390.   put return&return&"      Click on one of these buttons--->>" &return&"      to change the chart above." into card field "instructions 1"
  391. end mouseUp
  392.  
  393.  
  394.  
  395. -- part 80 (button)
  396. -- low flags: 80
  397. -- high flags: 8002
  398. -- rect: left=266 top=323 right=336 bottom=336
  399. -- title width / last selected line: 0
  400. -- icon id / first selected line: 0 / 0
  401. -- text alignment: 1
  402. -- font id: 3
  403. -- text size: 9
  404. -- style flags: 0
  405. -- line height: 12
  406. -- part name: Arrange Boxes
  407. ----- HyperTalk script -----
  408. on mouseUp
  409.   global mode
  410.   if mode is "Write in boxes" then lockFields
  411.   if mode is not empty then set hilite of card button mode to false
  412.   set hilite of target to true
  413.   get the short name of target
  414.   put it into mode
  415.   put empty into card field "instructions 1"
  416.   wait 30
  417.   put"     ARRANGE BOXES INSTRUCTIONS" &return&"To move a box, click and drag it." &return&"Note:  If boxes are moved after drawing links, it may not be as" &"easy to Erase A Link." into card field "instructions 1"
  418. end mouseUp
  419.  
  420.  
  421.  
  422.  
  423. -- part 83 (field)
  424. -- low flags: 81
  425. -- high flags: 0002
  426. -- rect: left=342 top=293 right=315 bottom=396
  427. -- title width / last selected line: 0
  428. -- icon id / first selected line: 0 / 0
  429. -- text alignment: 1
  430. -- font id: 3
  431. -- text size: 9
  432. -- style flags: 0
  433. -- line height: 10
  434. -- part name: write in boxes
  435.  
  436.  
  437. -- part 84 (button)
  438. -- low flags: 80
  439. -- high flags: 0000
  440. -- rect: left=342 top=293 right=315 bottom=396
  441. -- title width / last selected line: 0
  442. -- icon id / first selected line: 0 / 0
  443. -- text alignment: 1
  444. -- font id: 0
  445. -- text size: 12
  446. -- style flags: 0
  447. -- line height: 16
  448. -- part name: Write In Boxes
  449. ----- HyperTalk script -----
  450. on mouseUp
  451.   global mode
  452.   if mode is not empty then set hilite of card button mode to false
  453.   set hilite of target to true
  454.  
  455.   get the short name of target
  456.   put it into mode
  457.   repeat with i = 1 to the number of card fields
  458.     set locktext of card field i to false
  459.   end repeat
  460.   set locktext of card field "instructions 1" to true
  461.   set locktext of card field "Topic" to true
  462. end mouseUp
  463.  
  464.  
  465.  
  466. -- part 89 (button)
  467. -- low flags: 80
  468. -- high flags: 8002
  469. -- rect: left=3 top=273 right=288 bottom=186
  470. -- title width / last selected line: 0
  471. -- icon id / first selected line: 0 / 0
  472. -- text alignment: 1
  473. -- font id: 3
  474. -- text size: 10
  475. -- style flags: 0
  476. -- line height: 13
  477. -- part name: Click here when done with chart.
  478. ----- HyperTalk script -----
  479. on mouseUp
  480.   set hilite of target to true
  481.   set cursor to watch
  482.   hideAll
  483.   lockFields
  484.   put empty into card field "instructions 1"
  485.   set hilite of target to false
  486. end mouseUp
  487.  
  488.  
  489.  
  490. -- part 132 (button)
  491. -- low flags: 80
  492. -- high flags: 8002
  493. -- rect: left=266 top=293 right=306 bottom=336
  494. -- title width / last selected line: 0
  495. -- icon id / first selected line: 0 / 0
  496. -- text alignment: 1
  497. -- font id: 3
  498. -- text size: 9
  499. -- style flags: 0
  500. -- line height: 12
  501. -- part name: Add A Box
  502. ----- HyperTalk script -----
  503. on mouseUp
  504.   global mode
  505.   if mode is "Write in boxes" then lockFields
  506.   if mode is not empty then set hilite of card button mode to false
  507.   set hilite of target to true
  508.   get the short name of target
  509.   put it into mode
  510.   put return&return&"When the new box appears, drag it to its new location." into card field "instructions 1"
  511.  
  512.   answer "OK to add a box?" with "OK" or "Cancel"
  513.   if it is "cancel" then
  514.     set hilite of target to false
  515.     put empty into mode
  516.     put return&return&"      Click on one of these buttons--->>" &return&"      to change the chart above." into card field "instructions 1"
  517.     exit mouseUp
  518.   end if
  519.  
  520.   set cursor to watch
  521.   put return&return&"This will take about 4 seconds." into card field "instructions 1"
  522.   lock screen
  523.   doMenu "new field"
  524.   get the number of card fields
  525.   set the rect of card field it to 257,271,344,292
  526.   set the textFont of card field it to geneva
  527.   set the textSize of card field it to 9
  528.   set the textStyle of card field it to plain,condense
  529.   set the textAlign of card field it to center
  530.   set the textHeight of card field it to 9
  531.   set the textStyle of card field it to plain
  532.   set the Style of card field it to rectangle
  533.   set the lockText of card field it to true
  534.   show card button "hilite"
  535.   select card button "hilite"
  536.   type "x" with commandKey
  537.   type "v" with commandKey
  538.   hide card button "hilite"
  539.   choose browse tool
  540.   unlock screen with visual dissolve
  541.   put "Now drag me to where you want me." into card field it
  542.   send mouseUp to card button "arrange boxes"
  543. end mouseUp
  544.  
  545.  
  546.  
  547. -- part 179 (field)
  548. -- low flags: 01
  549. -- high flags: 0002
  550. -- rect: left=100 top=106 right=127 bottom=187
  551. -- title width / last selected line: 0
  552. -- icon id / first selected line: 0 / 0
  553. -- text alignment: 1
  554. -- font id: 3
  555. -- text size: 9
  556. -- style flags: 0
  557. -- line height: 9
  558. -- part name: 
  559.  
  560.  
  561. -- part 191 (button)
  562. -- low flags: 80
  563. -- high flags: 8002
  564. -- rect: left=342 top=323 right=336 bottom=396
  565. -- title width / last selected line: 0
  566. -- icon id / first selected line: 0 / 0
  567. -- text alignment: 1
  568. -- font id: 3
  569. -- text size: 9
  570. -- style flags: 0
  571. -- line height: 12
  572. -- part name: Revert
  573. ----- HyperTalk script -----
  574. on mouseUp
  575.   global mode
  576.   answer "Revert to when you just now began editing this chart?" with "OK" or "Cancel"
  577.   if it is "cancel" then
  578.     exit mouseUp
  579.     set hilite of target to false
  580.   end if
  581.   set cursor to watch
  582.   lock screen
  583.   set hilite of target to true
  584.   choose select tool
  585.   doMenu "revert"
  586.   choose browse tool
  587.   set hilite of target to false
  588.   unlock screen with visual dissolve
  589. end mouseUp
  590.  
  591.  
  592.  
  593.  
  594. -- part 214 (button)
  595. -- low flags: 80
  596. -- high flags: 0001
  597. -- rect: left=0 top=293 right=342 bottom=512
  598. -- title width / last selected line: 0
  599. -- icon id / first selected line: 0 / 0
  600. -- text alignment: 1
  601. -- font id: 0
  602. -- text size: 12
  603. -- style flags: 0
  604. -- line height: 16
  605. -- part name: print cover.1
  606.  
  607.  
  608. -- part 216 (button)
  609. -- low flags: 80
  610. -- high flags: 0001
  611. -- rect: left=3 top=273 right=288 bottom=186
  612. -- title width / last selected line: 0
  613. -- icon id / first selected line: 0 / 0
  614. -- text alignment: 1
  615. -- font id: 3
  616. -- text size: 10
  617. -- style flags: 0
  618. -- line height: 13
  619. -- part name: print cover.2
  620.  
  621.  
  622. -- part 227 (field)
  623. -- low flags: 01
  624. -- high flags: 0002
  625. -- rect: left=43 top=70 right=91 bottom=130
  626. -- title width / last selected line: 0
  627. -- icon id / first selected line: 0 / 0
  628. -- text alignment: 1
  629. -- font id: 3
  630. -- text size: 9
  631. -- style flags: 0
  632. -- line height: 9
  633. -- part name: 
  634.  
  635.  
  636. -- part 228 (field)
  637. -- low flags: 01
  638. -- high flags: 0002
  639. -- rect: left=142 top=70 right=91 bottom=229
  640. -- title width / last selected line: 0
  641. -- icon id / first selected line: 0 / 0
  642. -- text alignment: 1
  643. -- font id: 3
  644. -- text size: 9
  645. -- style flags: 0
  646. -- line height: 9
  647. -- part name: 
  648.  
  649.  
  650. -- part 229 (field)
  651. -- low flags: 01
  652. -- high flags: 0002
  653. -- rect: left=190 top=204 right=225 bottom=277
  654. -- title width / last selected line: 0
  655. -- icon id / first selected line: 0 / 0
  656. -- text alignment: 1
  657. -- font id: 3
  658. -- text size: 9
  659. -- style flags: 0
  660. -- line height: 9
  661. -- part name: 
  662.  
  663.  
  664. -- part 230 (field)
  665. -- low flags: 01
  666. -- high flags: 0002
  667. -- rect: left=142 top=235 right=256 bottom=229
  668. -- title width / last selected line: 0
  669. -- icon id / first selected line: 0 / 0
  670. -- text alignment: 1
  671. -- font id: 3
  672. -- text size: 9
  673. -- style flags: 0
  674. -- line height: 9
  675. -- part name: 
  676.  
  677.  
  678. -- part 231 (field)
  679. -- low flags: 01
  680. -- high flags: 0002
  681. -- rect: left=235 top=235 right=256 bottom=322
  682. -- title width / last selected line: 0
  683. -- icon id / first selected line: 0 / 0
  684. -- text alignment: 1
  685. -- font id: 3
  686. -- text size: 9
  687. -- style flags: 0
  688. -- line height: 9
  689. -- part name: 
  690.  
  691.  
  692. -- part 232 (field)
  693. -- low flags: 01
  694. -- high flags: 0002
  695. -- rect: left=295 top=88 right=109 bottom=382
  696. -- title width / last selected line: 0
  697. -- icon id / first selected line: 0 / 0
  698. -- text alignment: 1
  699. -- font id: 3
  700. -- text size: 9
  701. -- style flags: 0
  702. -- line height: 9
  703. -- part name: 
  704.  
  705.  
  706. -- part 234 (field)
  707. -- low flags: 01
  708. -- high flags: 0002
  709. -- rect: left=411 top=65 right=86 bottom=498
  710. -- title width / last selected line: 0
  711. -- icon id / first selected line: 0 / 0
  712. -- text alignment: 1
  713. -- font id: 3
  714. -- text size: 9
  715. -- style flags: 0
  716. -- line height: 9
  717. -- part name: 
  718.  
  719.  
  720. -- part 236 (field)
  721. -- low flags: 01
  722. -- high flags: 0002
  723. -- rect: left=411 top=96 right=117 bottom=498
  724. -- title width / last selected line: 0
  725. -- icon id / first selected line: 0 / 0
  726. -- text alignment: 1
  727. -- font id: 3
  728. -- text size: 9
  729. -- style flags: 0
  730. -- line height: 9
  731. -- part name: 
  732.  
  733.  
  734. -- part 238 (field)
  735. -- low flags: 01
  736. -- high flags: 0002
  737. -- rect: left=411 top=126 right=147 bottom=498
  738. -- title width / last selected line: 0
  739. -- icon id / first selected line: 0 / 0
  740. -- text alignment: 1
  741. -- font id: 3
  742. -- text size: 9
  743. -- style flags: 0
  744. -- line height: 9
  745. -- part name: 
  746.  
  747.  
  748. -- part 239 (button)
  749. -- low flags: 80
  750. -- high flags: 4000
  751. -- rect: left=190 top=205 right=226 bottom=277
  752. -- title width / last selected line: 0
  753. -- icon id / first selected line: 0 / 0
  754. -- text alignment: 1
  755. -- font id: 0
  756. -- text size: 12
  757. -- style flags: 0
  758. -- line height: 16
  759. -- part name: hilite
  760. ----- HyperTalk script -----
  761. on mouseUp
  762.   global link1,link2,links
  763.   put empty into link1
  764.   put empty into link2
  765.   put empty into links
  766.   hide target
  767. end mouseUp
  768.  
  769.  
  770.  
  771. -- part contents for card part 3
  772. ----- text -----
  773. Use one of the "maps" below to cluster your ideas for this essay.
  774.  
  775. -- part contents for card part 9
  776. ----- text -----
  777. Indians of NorthWest USA
  778.  
  779. -- part contents for background part 19
  780. ----- text -----
  781. Indians of NorthWest USA
  782.  
  783. -- part contents for card part 83
  784. ----- text -----
  785. Write
  786. In Boxes
  787.  
  788. -- part contents for card part 179
  789. ----- text -----
  790. supporting
  791. idea
  792.  
  793. -- part contents for card part 227
  794. ----- text -----
  795. supporting
  796. idea
  797.  
  798. -- part contents for card part 228
  799. ----- text -----
  800. supporting
  801. idea
  802.  
  803. -- part contents for card part 229
  804. ----- text -----
  805. supporting
  806. idea
  807.  
  808. -- part contents for card part 230
  809. ----- text -----
  810. supporting
  811. idea
  812.  
  813. -- part contents for card part 231
  814. ----- text -----
  815. supporting
  816. idea
  817.  
  818. -- part contents for card part 232
  819. ----- text -----
  820. supporting
  821. idea
  822.  
  823. -- part contents for card part 57
  824. ----- text -----
  825.  
  826.  
  827.       Click on one of these buttons--->>
  828.       to change the chart above.